From: Chong Yidong Date: Wed, 15 Jul 2009 01:28:57 +0000 (+0000) Subject: * markers.texi (The Mark): Document optional arg to deactivate-mark. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11483 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=820f8ad4a4a2f1fa1606cefc75eb677e6e9a7294;p=emacs.git * markers.texi (The Mark): Document optional arg to deactivate-mark. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index a9f6c01b73e..226e03fc5b8 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2009-07-15 Chong Yidong + + * markers.texi (The Mark): Document optional arg to + deactivate-mark. + 2009-07-11 Kevin Ryde * hooks.texi (Standard Hooks): Fix cross-references. diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi index 78dbbefd790..d4321362cc9 100644 --- a/doc/lispref/markers.texi +++ b/doc/lispref/markers.texi @@ -576,9 +576,10 @@ modification. For example: @end example @end defvar -@defun deactivate-mark -This function deactivates the mark, if Transient Mark mode is enabled. -Otherwise it does nothing. +@defun deactivate-mark &optional force +This function deactivates the mark, provided Transient Mark mode is +enabled or @var{force} is non-@code{nil}. Deactivating the mark also +runs @code{deactivate-mark-hook}, described below. @end defun @defvar mark-active